CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udp control

搜索资源列表

  1. UDP发送接受

    0下载:
  2. 一个简单的UDP发送程序,可以帮助大家了解TNMUDP控件的使用。快速入门而已!-a simple UDP this procedure could help us all understand TNMUDP control use. Quick Start!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:142636
    • 提供者:王鹏
  1. 使用Java控制UDP协议

    0下载:
  2. UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet. This file is implementing that how to control UDP protocol with Java
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5631
    • 提供者:王妍
  1. remote control with database

    1下载:
  2. cpubbs论坛原创程序:用虚拟仪器labview制作的通过UDP网络协议远程控制并操作远程数据库,对虚拟仪器学习者学习网络通信及其远程控制和远程数据库操作都比较合适!转载请注明CPUBBS论坛原创信息!http://www.cpubbs.com-cpubbs Forum original procedure : Using LabVIEW virtual instruments produced by the UDP network protocol remote control and re
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:163705
    • 提供者:www.cpubbs.com
  1. UDP轻松应用

    0下载:
  2. \"用户数据报协议\"(User Datagram Protocol,简称UDP)是基于无连接的通信协议,不保证可靠数据的传输;\"传输控制协议\"(Transmission Cotrol Protocol,简称TCP)是基于连接的通信协议,可提供个两台计算机之间可靠无差错的数据传输。但是UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。而在多台计算机构成的仿真或控制系统中,经常会出现多台计算机进行数据传输,所以在仿真或控制软件中采用UDP协议的较多。-"User D
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:32328
    • 提供者:陈一
  1. netthwatch&control

    0下载:
  2. 在vc6和.net下编译通过,通过网络监控客户机进程,服务器能显示客户段进程并能杀死客户机进程。网络通信部分使用udp传送。源码没有全部完成,完成了90%的工作。其中udp通信部分完成,本地机进程控制部分完成,通信命令的定义完成,只要简单的润色后就能实现。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:103217
    • 提供者:肖芳
  1. delphi-udp-trans delphi网络通信控件

    1下载:
  2. delphi网络通信控件,发送数据流,实现了UDP穿透;传输速度很快的,可以用它来传输语音,视频,还有文件等数据流-delphi network traffic control, and send data streams to achieve the UDP through transmission speed quickly, you can use it to transmit voice, video, and data stream files
  3. 所属分类:通讯编程

    • 发布日期:2016-01-26
    • 文件大小:47239
    • 提供者:ma chuanjun
  1. fft2.0.rar

    0下载:
  2. 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-05-23
    • 文件大小:6356627
    • 提供者:小树林
  1. car_sim300.rar

    0下载:
  2. GPRS-GPS车载机控制源码,使用SIM300模块,有短消息发送、接收,TCP、UDP连接控制源代码。,GPRS-GPS Vehicle Control source, use SIM300 module, there is a short message to send, receive, TCP, UDP connections to control the source code.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:26119
    • 提供者:华猛
  1. csrunlx

    0下载:
  2. 名称:csgo超简洁cs服务器搜索器 编译环境:C++ Builder 6 说明:搜索Counter-Strike服务器,向设置的网段发送测试包,扫描cs服务器。 在From中输入起始IP地址,在To中输入结束地址,点击“搜索”,开始搜索过程。搜索结果在左边的服务器列表中显示。为了逃避某些网管软件的监控,在程序中使用了20个UDP控件,打乱顺序扫描网段中的主机。-Name: csgo ultra-simple search engine to compile cs server en
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1310946
    • 提供者:潘登
  1. IdsTest

    0下载:
  2. 非常有用的构造并发送IP/UDP/ICMP数据包的程序-A useful program which can construct and send IP/UDP/ICMP data packets
  3. 所属分类:WinSock-NDIS

  1. udp-reliable-data-transmission

    0下载:
  2. UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:10108
    • 提供者:nazali
  1. UDP

    0下载:
  2. UDP协议测试程序,开源C++ builder UDP 控件应用程序-UDP protocol test program, open source C++ builder UDP control application
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:565791
    • 提供者:lihao
  1. udp

    0下载:
  2. 这是关于udp的编程的例子,有server和client两个控件,网络编程的朋友一定需要.-This is programming on the udp example, has two control server and client, network programming Friend necessary.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:391063
    • 提供者:wy1987
  1. udp--SlidingWindow

    1下载:
  2. 使用UDP模拟滑动窗口,进行流量控制。可手工输入错误帧与丢失的帧。-The use of UDP analog sliding window for flow control.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:892870
    • 提供者:源泉
  1. TX

    0下载:
  2. UDP控件。为局域网数据通信创建的一个简易控件。-UDP control. Created for the LAN data communications a simple control.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:40506
    • 提供者:huangyuzhu
  1. czUDP

    0下载:
  2. UDP控件及演示,实现了服务器与客户器的搜索-UDP control and presentation, to achieve the server and the client device search
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:408097
    • 提供者:huitetong
  1. 80916895tcp-udp

    0下载:
  2. UDP的SOCK代码不用控件直接编译,DELPHI WINXP测试成功!-UDP-SOCK code compiled without direct control, DELPHI WINXP test successful!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:334232
    • 提供者:G.ago
  1. udp-1

    2下载:
  2. 基于VS C#的、在局域网内进行udp广播传输控制指令,-udp control
  3. 所属分类:CSharp

    • 发布日期:2016-03-28
    • 文件大小:111616
    • 提供者:猫非虎
  1. UDP上下收发数据控制LED-定向IP

    0下载:
  2. UDP上下收发数据控制LED-定向IP NB-IOT-stm32l系列开发板(UDP up and down receiving and receiving data control LED- oriented IP NB-IOT-stm32l series development board)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-06
    • 文件大小:24866816
    • 提供者:lzhyes
  1. 可靠 UDP 传输

    0下载:
  2. 对使用udp完成可靠传输实现的介绍,以及对拥塞控制的简介(An introduction to the implementation of a reliable transmission with UDP and a brief introduction to congestion control)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-30
    • 文件大小:20480
    • 提供者:rayhhh
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com